home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / trexx.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  206b  |  15 lines

  1. /* TestRexx.rexx */
  2. /*
  3.        This shows simple calls to SkoEd
  4.  
  5.        with SkoEd running,  RX TestRexx.rexx
  6.  
  7. */
  8.  
  9. Options FailAt 100
  10. Options RESULTS
  11.  
  12. Address COMMAND 'NewShell'
  13. Address SKOED1 "Msg(AREXX)"
  14.  
  15.